home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / clamav-devel.exe / sosdg / configure-clamav-win32 < prev    next >
Encoding:
Text File  |  2006-05-16  |  802 b   |  15 lines

  1. #!/bin/bash
  2. export CC="ccache gcc"
  3. export CFLAGS="-O2 -march=pentium -mtune=pentium3 -DFD_SETSIZE=2048 \
  4.     -fomit-frame-pointer -pipe -Wl,-s -DHAVE_MMAP=1"
  5. #aclocal
  6. #automake
  7. #autoheader
  8. #autoconf
  9. echo "Building with CFLAGS options:"
  10. echo "$CFLAGS"
  11. echo " "
  12. #./configure --cache-file=/usr/src/config-cache/clamav-config-classic --enable-shared=no --enable-static=yes --prefix=C:/clamav-devel --sysconfdir=C:/clamav-devel/etc --sbindir=C:/clamav-devel/bin --disable-clamav --with-libcurl=no --enable-bigstack --disable-gethostbyname_r
  13. ./configure --cache-file=/usr/src/config-cache/clamav-config-classic --enable-shared=no --enable-static=yes --prefix=C:/clamav-devel --sysconfdir=C:/clamav-devel/etc --sbindir=C:/clamav-devel/bin --disable-clamav --with-libcurl=no --enable-bigstack --enable-readdir_r
  14.  
  15.